store QXmlStreamAttributes in xml_tag. (#441)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 28 Dec 2019 19:01:03 +0000 (12:01 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2019 19:01:03 +0000 (12:01 -0700)
commitdd003e723d30a03f140366401f60505ae8547994
treed20e26db2d7c234148a849d1b8500bb473c2fde4
parentcebed392aa9d2fcded0cacbdbc5d01701265dafa
store QXmlStreamAttributes in xml_tag. (#441)

* store QXmlStreamAttributes in xml_tag.

instead of arrays of char strings.  This simplified xml_tag
handling.

Correct encoding issues with text and html formats.

Enhance test coverage of text and html formats.

* clean up xml attributes handling.
defs.h
gpx.cc
html.cc
kml.cc
reference/gc/GC7FA4.html [new file with mode: 0644]
reference/gc/GC7FA4.text [new file with mode: 0644]
src/core/xmltag.h
testo.d/text.test
text.cc
util.cc
xmltag.cc